home *** CD-ROM | disk | FTP | other *** search
/ Atari Mega Archive 1 / Atari Mega Archive - Volume 1.iso / program / gemxx19.zoo / gem++19 / man / gemrec.man < prev    next >
Text File  |  1993-05-04  |  1KB  |  60 lines

  1.                      GEM++ - C++ LIBRARIES FOR GEM/AES/VDI
  2.  
  3.  
  4.  
  5. NAME
  6.      GEMrecorder - records GEM events.
  7.  
  8. DESCRIPTION
  9.      A GEMrecorder is an object which records what is happening in a GEM
  10.      session and can replay the events.
  11.  
  12. CONSTRUCTORS
  13.      GEMrecorder(int MaxRecordLength)
  14.       Create a recorder which can record the given number of events.
  15.  
  16. METHODS
  17.      void Record()
  18.        Record until the end of the tape.
  19.  
  20.      void Record(int RecordLength)
  21.        Record the given number of events.
  22.  
  23.      void Stop()
  24.        Stop recording (?)
  25.  
  26.      void Play()
  27.        Playback all events at normal speed.
  28.  
  29.      void Play(int Speed)
  30.        Playback all events at the given speed.
  31.  
  32.      void Play(int Speed, int Amount)
  33.        Playback the given number of events at the given speed.
  34.  
  35. USAGE
  36.      **UNTESTED**
  37.  
  38. EXAMPLES
  39.      **UNTESTED**
  40.  
  41. SEE ALSO
  42.  
  43. BUGS
  44.      Bugs in GEM++ should be reported to warwick@cs.uq.oz.au
  45.  
  46. AUTHOR
  47.      Warwick Allison, 1993.
  48.      warwick@cs.uq.oz.au
  49.  
  50. COPYING
  51.      This functionality is part of the GEM++ library,
  52.      and is Copyright 1993 by Warwick W. Allison.
  53.  
  54.      GEM++ is free and protected under the GNU Library General Public
  55.      License.
  56.  
  57.      You are free to copy and modify these sources, provided you
  58.      acknowledge the origin by retaining this notice, and adhere to
  59.      the conditions described in the GNU LGPL.
  60.